Subversion Repositories OpenCV2-Cookbook

Compare Revisions

Last modification

Ignore whitespace Rev 4 → Rev 5

/trunk/Chapter 01/main2.cpp
36,10 → 36,10
std::cout << "size: " << image.size().height << " , "
<< image.size().width << std::endl;
// open image
image= cv::imread("img.jpg");
image= cv::imread("baboon1.jpg");
// check if image has been successfully read
if (!image.data) {
// no image has been created…
// no image has been created�
return 0;
}
// print image size